home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1997 January / inter@ivo 1997-01.iso / cybint12 / bin / main.dxr / 00079.ls < prev    next >
Encoding:
Text File  |  1996-12-14  |  153 b   |  10 lines

  1. on mouseUp
  2.   sound playFile 2, "..\som\esfer1.wav"
  3.   startTimer()
  4.   repeat while the timer < 40
  5.     nothing()
  6.   end repeat
  7.   onVis(2)
  8.   go("anima1")
  9. end
  10.